home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
pendekar.swf
/
scripts
/
DefineButton2_735
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-05-08
|
102b
|
5 lines
on(release){
_root.sfx = !_root.sfx ? true : false;
sfx.text = !_root.sfx ? "OFF" : "ON";
}